Not Simon

Not Simon



18 Nov

Post
We have found and fixed the issue that caused us to roll back the last update.
https://store.steampowered.com/news/app/544550/view/4482864232593883517

The Issue The last update introduced a critical issue related to plants. The new method for importing these assets made them susceptible to system language settings. While we have global settings in place to prevent such issues, they didn’t work as expected in this case.

The issue didn’t surface during testing, and we later discovered it only occurred on Windows 11. Since all our development machines run Windows 10, we were unable to reproduce it initially.

Another factor was the lower number of players on the beta branch. Over the past yea... Read more

15 Nov

Post
This Issue has now been resolved.
Thank you all for the excellent response, feedback, and helping us work the issue.

We really appreciate the Stationeers community!



Due to a critical issue we've had to roll this patch back.
Not everyone was experiencing this issue but enough that it justifies rolling back until we can resolve the problem.

This update is still available on the Beta branch.

If you have been playing on Default and have any of the new items(any of the 3 new plants or the Icarus suit) then you will need to switch to beta.

The update will be available on Default branch as soon as we have a solution.


Data Defined Prefabs Until now our pipeline for creating new prefabs, things in the game, was very Unity dependant. This process has largely stayed the same since the beginning of the project, and while it does allow us... Read more

28 Oct

Post
Liquid Device Interaction A system to allow liquids to interact with devices has now been added that will mean that some devices will now have an adverse reaction to being submerged in water. Devices currently behave in one of two ways when in contact with liquids, they will either fry the attached cable or enter into an error state.

Manufacturing machines will enter an error state when in contact with liquids, and Area Power Controllers, Transformers and Station Batteries will blow the cables directly connected to them.

Before a device's cable blows you will be given some time visual and audio cues.



Currently the list of devices affected in this way is pretty short, but more interactions may be added later now that we have the system in place.



Better Water Visualizer The liquid visualizer had a lot of literal edge ca... Read more

25 Sep

Post
This hotfix includes fixes for two critical issues.

The first was a fix for some modded worlds having an empty global atmosphere caused by a change in the data that is not yet reflected in mods. If this invalid data is detected in mods, the mod will simply not be loaded.

The second was a localization issue that was preventing the game from launching for some languages.

24 Sep

Post
Support the Developers

We frequently get asked by the community how they can further support the development of Stationeers. We've decided to add three superficial Support the Developer DLCs. We picked bobble heads as the simple "thank you" item to our players who want to further support our team. These 3 figurines can be mounted to appliance benches. and do nothing... except wobble after bopping their heads when you walk past.

https://store.steampowered.com/app/3166330

... Read more

09 Sep

Post
After initially making LArRE we received lots of requests and ideas from the community for extra functionality. Originally, we kept LArRE's scope and capabilities limited, so we could prototype properly in a quick and maintainable manner. Now, with all the positive feedback, instead of making one complicated device that does everything we decided to split these functions up into specialized versions. There are four new arms that replace the existing one.

Each arm is constructed by placing the corresponding dock. The new docks differ from the old LArRE arm in that arms can move off the rail into the dock, allowing other arms constructed on the same rail and move freely past.





New LArRE Arms and Docks


Cargo The carg... Read more

27 Aug

Post
This hotfix fixes a network error caused by Larre Harvest action. This would cause error spam on client and result in client desync.

A large amount of work has gone into the LARrE system since the last update that is not yet been activated and there are some other known, less critical issues, that will be fixed with the next update.

13 Aug

Post
This patch is largely focused on improvements and bug fixing. Specifically, we wanted to address community feedback with the tutorials, but we also used the opportunity to investigate some longer standing issues. Additionally, new art was ready, so we added a new visual variant of the computer.

Tutorial Updates We've made a load of tweaks to the tutorials based on observing first time players. These changes mainly involved wording changes, making use of more paint colours to specifically reference objects, and adjusting the layouts of the tutorials to help lead the player to the right location. We'll continue to tweak the existing tutorials as well as adding new tutorials where needed.




Quick Stow We've moved the functionality of double click, now called smart stow, to its own binding. The double click functionality was interfering with othe... Read more

05 Aug

Post
Tutorials were disabled after the phase change update due to many base breaking changes. Like with any work we do on the game, we have to judge the amount of work required vs the fun the players will have. Stationeers is notoriously a hard game to learn, and new players over the last few months haven't had anything to help them get started. We decided to try a new approach to tutorials, with a low technical overhead, to see if using a new style of guidance could help players in the first few hours of Stationeers.

The old tutorials would take weeks of work from multiple people to create each one, and then a large amount of work to update them as the game changed. This process was enormously costly, even before taking into account maintaining them.

The new system, along with the new design approach, will allow us to create a new tutorial in a very short time. We've started with three tutorials and will be rolling out new ones as they are created.

Helper Hint... Read more

23 Jul

Post
This hotfix adds the recipe for Astroloy sheets to the Autolathe, fixes some issues with plant interactions, and fixes the oxygen tank sometimes not spawning on Venus.

Changelog v0.2.4945.22690
  • Fixed Some plant interactions didn't complete on clients (harvest action would fail when a plant of the same type was already in hand)
  • Fixed Couldn't harvest switchgrass when a hay item was in hand.
  • Fixed one way pipe valves placement cursor was one grid too high
  • Fixed digital flip flop splitter from having quantity increment indefinitely when output is blocked
  • Added missing recipe for astroloy sheets to autolathe
  • Fixed new one way pipe valves having incorrect smart rotate setup.
  • Fixed OxygenTank would some-times not spawn on brutal start in Venus. This was due to spawnDatas positionRule defaulting to None when none was specified. Changed to default to Random.
  • ...
Read more

29 Apr

Post
This hotfix includes fixes for a few issues related to data changes in the starting conditions.
Changlog v0.2.4945.22425
  • Fixed a bug where null reference exceptions would sometimes be thrown when a dynamic gas canister was destroyed
  • Fixed a bug where splitting seed bags obtained from traders for the first time would throw an exception
  • Fixed a bug where pipes mounted on walls were not damaged by freezing or phase change
  • Changed CanEnter to return a result struct rather than just a bool. This allows us to show tooltips explaining why certain things can't enter slots e.g. a light suit may not accept a heavy jetpack.
  • Fixed double tap F being able to move backpacks to the backpack slot while one of the new suits was being worn. This should not be possible as the new suits have their own dedicated back slot and block the use of the default backpack slot.
  • Removed unused variable in tooltip.c...
Read more

24 Apr

Post
Stack Instructions and Logic Sorter
There exists a data storage paradigm in Stationeers known as the "stack". On IC10 chips it exists as an addressable memory space to store data. On the new Logic Sorter, and moving forward on other 'complex' devices, we'll be adding machine instructions that can pass advanced information and configurations to machines. Unlike the static logic types most devices use, and players are largely accustomed to, these instructions are dynamically configured and written to.

What these instructions are very similar to CPU instructions and how to write them can be found on the Stationpedia of a given device. The logic sorter for example can use combine SorterInstruction.FilterPrefabhashEquals, and a prefab hash shifted 8 bits, to write a single instruction to whitelist an item on the sorter. Instructions can pass arbitrary information to the sorter though. SorterInstruction.LimitNextExecutionByCount, can be used to modify the evaluation of a t... Read more

04 Apr

Post
This hotfix contains a number of changes and fixes including a fix for errors thrown for systems set to Turkish language as well as some other languages, as well as a multiplayer issue causing client positions to get out of sync.

Changlog v0.2.4902.22241
  • Fixed Airlocks that go into an error state when the cable connecting any device is removed (including the console data cable) will now return to a functional state if the cable connection is restored.
  • Fixed Removing the cable directly connecting an airlock console puts the console into an unrecoverable broken error state on clients.
  • Fixed formatexception in German localization
  • Fixed long prefab names not being copied to clipboard when clicking on them in stationpedia
  • Removed CanEnter override in backpack which was incorrectly surrounded by UNITY_EDITOR tags
  • Fixed an audio pool exception when destroying a burst pip...
Read more

03 Apr

Post
This hotfix includes a range of fixes and changes. The most important being a fix for lungs spawning when a chick is born.

Changlog v0.2.4899.22229
  • Fixed Clients on Dedicated Server were not receiving other clients AimIk position due to an early return for batchMode in Human.LateUpdate.
  • Fixed normal map problem for chicken
  • Fixed pipe igniter not being able to be activated via logic
  • Fixed t-ray scanner sometimes showing burst pipe meshes everywhere once a single pipe had burst.
  • Fixed advanced furnace kit blueprint showing as the basic furnace kit
  • Fixed an issue where a client would delete a dual registered structure when joining a server. Multiple structures registered to the same position is very rare but can happen due to server lag or packet loss. This could cause a potential byte array reading error. Dual registered structures will now only get cleaned up when server loads...
Read more

28 Mar

Post
This hotfix addresses several issues with multiplayer caused by bad data being sent. This issue could cause a wide range of issues including stopping things in the game from updating their position or state.

Changlog v0.2.4891.22206
  • Fixed MK2 Crowbar and emergency crowbar sounds could get stuck on.
  • Fixed Duplicate entries in PipeAnalyser tooltip for Capacity and Liquid Volume.
  • Fixed Proximity Sensor tooltip shows incorrect unit.
  • Changed Save button on leave game pop-up to Save-and-Exit.
  • Fixed Leave Game Pop-up would soft lock the game if you clicked the save button.
  • Fixed OGRE horizontal miner disasappears due to overly aggressive culling distance.
  • Fixed a bug where the control binding panel was not usable while trying to rebind controls during gameplay. The panel now correctly display over the settings menu instead of under.
  • Added a simple yol...
Read more

27 Mar

Post
Much of our focus has been on heavy and deep architectural changes to the game. While we prepare our next big additions, this update serves some much needed quality of life and fixes.

Last Update Reception
https://store.steampowered.com/news/app/544550/view/4128183566031836599

We have been blown away with the reception to the last update, which gives us confidence that we should continue to focus on rounding out the "why" and "what" of Stationeers play sessions. A key foundation for our future updates is to build heavily on this. We plan to take existing work we hav... Read more

21 Mar

Post
Becoming Immersed This may not come as a surprise, but Stationeers is a game about building stations. For a long time there has been a big divide amongst new players. Some jump in, want to take care of their needs, build an airlock, expand their little station to get hydroponics growing all their seeds to feed themselves, and start routing wires, pipes, and chutes around the station as they build all the machines they can. Others launch the game for the first time, and see enough food and water in their lander to keep them alive for a while. They build all their machines outside, progress through the production tree rather quickly, eat and drink in a vacuumed out cube, and run out of things to do. They fail to encounter problems that require the engineering challenges that are at the heart of what makes Stationeers so much fun.

Getting players to build rooms and then really live in them ensures that players interact with all the systems of the game, and makes them experience ... Read more

02 Feb

Post
This hotfix addresses the issue with an error being thrown by dedicated servers that is preventing them from running.

Post
Sensor Lens Chips Meson Scanner This scanner allows you to view an AR projection of pipe and cable networks. The colors of cables and pipes will be correctly represented. This can be extremely useful when expanding bases with complex or hidden networks.



Celestial Scanner The celestial scanner allows you to view the location of all of the orbital bodies in the solar system, You can see the name and distance of each celestial body. Again, this is just for fun, however, it could help you while working with the newly added telescope.





Flare Gun


You can use this tool to fire flares high in... Read more

16 Jan

Post
Mining Drills Pneumatic Mining Drill This new drill uses gas power for mining, instead of batteries like others. The drill's mining speed is a function of the pressure differential meaning it will slow down as you deplete it's gas canister.

This also means that you can effectively give it an upgrade by using the smart canister to gain a much higher pressure differential.



Mining Drill Power Usage All the electric mining drills' passive power usage was significantly dropped and the power used per ore mined has been removed and replaced by active power usage. The active power usage will consume power the entire time you hold down your mouse button to mine. This has resulted in some small miner balance changes but nothing that you should really notice, just don't run around holding down your miner!



Drill Heads We've added a... Read more